Add GTK_ALIGN_BASELINE to GtkAlign
authorAlexander Larsson <alexl@redhat.com>
Tue, 5 Mar 2013 14:06:12 +0000 (15:06 +0100)
committerAlexander Larsson <alexl@redhat.com>
Tue, 23 Apr 2013 03:47:31 +0000 (05:47 +0200)
commitf15bc7818e0941da80c4ee380a25daf7fcd99d72
treeb55f48c415bfc67bf6e3e6821206b661858b6ff7
parent655c781b6e0c0a6e755ea136e86fd7a3f11767c5
Add GTK_ALIGN_BASELINE to GtkAlign

Setting this means baseline aware containers should align the widget
according to the baseline. For other containers this behaves like
FILL.

In order to not suprise old code with a new enum value we always
return _FILL for _BASELINE unless you specifically request it via
gtk_widget_get_valign_with_baseline().
gtk/gtkenums.h
gtk/gtkwidget.c
gtk/gtkwidget.h